GetDocument
Document ShellThe GetDocument method returns a reference to the document object that created this draft.
ODDocument GetDocument ();
- return value
- A reference to the document object that created this draft.
DISCUSSION
This method does not increment the reference count of the returned document; the caller should not call that document'sRelease
method.SEE ALSO
TheODDocument
class (page 132).
"Insert" on page 247 in OpenDoc Programmer's Guide.